DoubleN.INumeric<DoubleN>.Subtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Subtract(
DoubleN value
)
Private Function Subtract (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).Subtract
private:
virtual DoubleN Subtract(
DoubleN value
) sealed = INumeric<DoubleN>::Subtract
private abstract Subtract :
value : DoubleN -> DoubleN
private override Subtract :
value : DoubleN -> DoubleN
- value DoubleN
- The value to subtract from the current value.
DoubleNThe result of subtracting
value from the current value.
INumeric<TSelf>.Subtract(TSelf)